-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add or enhance meta titles and descriptions #4019
Conversation
…f the latest docs version: Building Apps -section
…f the latest docs version: Components -section
…f the latest docs version: Contributing -section
…f the latest docs version: Control Center -section
…f the latest docs version: Flow -section
…f the latest docs version: Getting Started -section
…f the latest docs version: Hilla -section
…f the latest docs version: Tools -section
…f the latest docs version: Styling -section
…f the latest docs version: compatibility, upgrading and documentation root pages
Veera Paananen seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Veera Paananen seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
The Vale errors must be fixed before this PR can be merged. I can get started on this. |
Add or enhance meta titles and descriptions for article pages of the docs' for latest Vaadin version. The improved titles and descriptions aim to improve the ranking of the documentation pages in search engines and thus help users find what they are searching for faster.
In a .adoc file the property
<title>
tag in the page's head, it is also shown as the page's tab title in the browser<meta name="description">
and<meta property="og:description">
Recommendations for titles:
How to choose proper hostnames for Control Center | Vaadin
How to implement background jobs in your Vaadin applications
Local development mode for Vaadin apps using control center
Recommendations for descriptions:
title: Domain Primitives
meta-title: How to use domain primitives in your Vaadin applications
description: Learn what domain primitives are and how to use them in your applications.
meta-description: Domain primitives are Java classes that have specific qualities. See our documentation and code examples to learn how to use them in your Vaadin applications.